Next | Prev | Up | Top | Contents | Index
Debugging Your Program
Silicon Graphics provides a variety of debugging tools for use with OpenGL programs:
- The ogldebug tool helps you find OpenGL programming errors and discover OpenGL programming style that may slow down your application. You can set breakpoints, step through your program, and collect a variety of information.
- For general-purpose debugging, you can use standard UNIX debugging tools such as dbx.
- Also available (for general-purpose debugging) are the CASE tools. For more information on the CASE tools, see ProDev WorkShop and MegaDev Overview and CASEVision/Workshop User's Guide.
Next | Prev | Up | Top | Contents | Index